Build Log
  

Build started: Project: images, Configuration: Debug|x64

Command Lines
  
Creating temporary file "z:\prog\obrazky\final\src.cpp\MSVC\x64\Debug\RSP0001D171641032.rsp" with contents
[
/Od /I "..\atoms\include" /I "E:\libs\src\libpng\1.2.37\libpng-1.2.37-src" /I "E:\libs\src\jpeg_9f" /I "E:\libs\src\jpeg_9f\MSVC2008" /I "E:\libs\src\zlib-1.2.4" /I "E:\libs\src\webp\src" /I "E:\libs\jbig\libjbig" /I "..\img_RW" /D "WIN32" /D "_DEBUG" /D "_LIB" /D "QGLOBAL_H" /D "_CRT_SECURE_NO_WARNINGS" /D "RASTER_3D" /D "_VC80_UPGRADE=0x0710" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MTd /Fp".\Debug\images.pch" /Fo"x64\Debug\\" /Fd"x64\Debug\images.pdb" /W3 /c /Zi /TP ..\vecraster.cc

..\vecimage.cc

..\ras_webp.cc

..\ras_png.cc

..\ras_jpg.cc

..\ras_jbg.cc

..\ras_img.cc

..\ras_gif.cc

..\ras_ftg.cc

..\ras_bmp.cc

..\imgut.cc

..\imageop.cc

..\filehnd.cc
]
Creating command line "cl.exe @z:\prog\obrazky\final\src.cpp\MSVC\x64\Debug\RSP0001D171641032.rsp /nologo /errorReport:prompt"
Creating temporary file "z:\prog\obrazky\final\src.cpp\MSVC\x64\Debug\RSP0001D271641032.rsp" with contents
[
/OUT:"..\Debug\x64\images.lib" .\x64\Debug\bitstrea.obj

.\x64\Debug\error.obj

.\x64\Debug\filehnd.obj

.\x64\Debug\imageop.obj

.\x64\Debug\img_futi.obj

.\x64\Debug\img_tool_MSVC64.obj

.\x64\Debug\imgop.obj

.\x64\Debug\imgut.obj

.\x64\Debug\mor_tool.obj

.\x64\Debug\mtx_impl.obj

.\x64\Debug\quantise.obj

.\x64\Debug\quantise2.obj

.\x64\Debug\ras_bmp.obj

.\x64\Debug\ras_ftg.obj

.\x64\Debug\ras_gif.obj

.\x64\Debug\ras_img.obj

.\x64\Debug\ras_jbg.obj

.\x64\Debug\ras_jpg.obj

.\x64\Debug\ras_png.obj

.\x64\Debug\ras_webp.obj

.\x64\Debug\raster.obj

.\x64\Debug\raster_MSVC64.obj

.\x64\Debug\raster_MSVC64_MMX.obj

.\x64\Debug\raster_MSVC64_SSE.obj

.\x64\Debug\rasterOp.obj

.\x64\Debug\rasterut.obj

.\x64\Debug\std_str.obj

.\x64\Debug\strings.obj

.\x64\Debug\struct.obj

.\x64\Debug\ToolsCPU_x64.obj

.\x64\Debug\vecimage.obj

.\x64\Debug\vecraster.obj

.\x64\Debug\xlat_swp.obj
]
Creating command line "lib.exe @z:\prog\obrazky\final\src.cpp\MSVC\x64\Debug\RSP0001D271641032.rsp /NOLOGO"
Output Window
  
Compiling...
vecraster.cc
z:\prog\obrazky\final\src.cpp\atoms\include\std_str.h(92) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
        D:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(207) : see declaration of 'strdup'
..\vecraster.cc(44) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\vecraster.cc(45) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\vecraster.cc(210) : warning C4244: '=' : conversion from 'long' to 'char', possible loss of data
Generating Code...
Compiling...
filehnd.cc
z:\prog\obrazky\final\src.cpp\atoms\include\std_str.h(92) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
        D:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(207) : see declaration of 'strdup'
..\filehnd.cc(89) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
        D:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(215) : see declaration of 'stricmp'
..\filehnd.cc(127) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
        D:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(215) : see declaration of 'stricmp'
imageop.cc
z:\prog\obrazky\final\src.cpp\atoms\include\std_str.h(92) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
        D:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(207) : see declaration of 'strdup'
..\imageop.cc(169) : warning C4018: '>=' : signed/unsigned mismatch
..\imageop.cc(190) : warning C4018: '<' : signed/unsigned mismatch
..\imageop.cc(201) : warning C4018: '<' : signed/unsigned mismatch
..\imageop.cc(232) : warning C4200: nonstandard extension used : zero-sized array in struct/union
        Cannot generate copy-ctor or copy-assignment operator when UDT contains a zero-sized array
..\imageop.cc(430) : warning C4018: '<' : signed/unsigned mismatch
..\imageop.cc(458) : warning C4018: '<' : signed/unsigned mismatch
..\imageop.cc(486) : warning C4018: '>=' : signed/unsigned mismatch
..\imageop.cc(648) : warning C4244: 'initializing' : conversion from 'int' to 'const float', possible loss of data
..\imageop.cc(649) : warning C4244: 'initializing' : conversion from 'int' to 'const float', possible loss of data
..\imageop.cc(741) : warning C4018: '<' : signed/unsigned mismatch
..\imageop.cc(768) : warning C4018: '>=' : signed/unsigned mismatch
..\imageop.cc(876) : warning C4244: '=' : conversion from 'float' to 'unsigned int', possible loss of data
imgut.cc
z:\prog\obrazky\final\src.cpp\atoms\include\std_str.h(92) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
        D:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(207) : see declaration of 'strdup'
ras_bmp.cc
z:\prog\obrazky\final\src.cpp\atoms\include\std_str.h(92) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
        D:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(207) : see declaration of 'strdup'
..\ras_bmp.cc(456) : warning C4244: '=' : conversion from 'unsigned long' to 'unsigned short', possible loss of data
..\ras_bmp.cc(729) : warning C4244: '=' : conversion from 'unsigned short' to 'unsigned char', possible loss of data
..\ras_bmp.cc(916) : warning C4267: 'argument' : conversion from 'size_t' to 'long', possible loss of data
..\ras_bmp.cc(1244) : warning C4244: '=' : conversion from 'long' to 'unsigned short', possible loss of data
..\ras_bmp.cc(1441) : warning C4244: '=' : conversion from 'long' to 'unsigned short', possible loss of data
..\ras_bmp.cc(1599) : warning C4244: '=' : conversion from 'unsigned long' to 'unsigned short', possible loss of data
..\ras_bmp.cc(1600) : warning C4244: '=' : conversion from 'long' to 'unsigned short', possible loss of data
..\ras_bmp.cc(1616) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)
..\ras_bmp.cc(1969) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
ras_ftg.cc
z:\prog\obrazky\final\src.cpp\atoms\include\std_str.h(92) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
        D:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(207) : see declaration of 'strdup'
..\ras_ftg.cc(480) : warning C4018: '<=' : signed/unsigned mismatch
..\ras_ftg.cc(516) : warning C4018: '<=' : signed/unsigned mismatch
..\ras_ftg.cc(1174) : warning C4333: '>>' : right shift by too large amount, data loss
..\ras_ftg.cc(1193) : warning C4244: '=' : conversion from 'long' to 'unsigned char', possible loss of data
..\ras_ftg.cc(1199) : warning C4018: '<=' : signed/unsigned mismatch
..\ras_ftg.cc(1206) : warning C4244: '=' : conversion from 'short' to 'unsigned char', possible loss of data
..\ras_ftg.cc(1211) : warning C4244: '=' : conversion from 'unsigned short' to 'unsigned char', possible loss of data
..\ras_ftg.cc(1214) : warning C4244: '=' : conversion from 'short' to 'unsigned char', possible loss of data
..\ras_ftg.cc(1227) : warning C4018: '<=' : signed/unsigned mismatch
..\ras_ftg.cc(1421) : warning C4244: '=' : conversion from 'unsigned short' to 'unsigned char', possible loss of data
..\ras_ftg.cc(1422) : warning C4244: '=' : conversion from 'unsigned short' to 'unsigned char', possible loss of data
..\ras_ftg.cc(1424) : warning C4244: '=' : conversion from 'unsigned short' to 'unsigned char', possible loss of data
..\ras_ftg.cc(1426) : warning C4244: '=' : conversion from 'unsigned short' to 'unsigned char', possible loss of data
..\ras_ftg.cc(1445) : warning C4018: '<' : signed/unsigned mismatch
..\ras_ftg.cc(1450) : warning C4018: '>=' : signed/unsigned mismatch
..\ras_ftg.cc(1452) : warning C4018: '>=' : signed/unsigned mismatch
..\ras_ftg.cc(1464) : warning C4018: '<=' : signed/unsigned mismatch
..\ras_ftg.cc(1484) : warning C4018: '<' : signed/unsigned mismatch
..\ras_ftg.cc(1520) : warning C4018: '<' : signed/unsigned mismatch
..\ras_ftg.cc(1691) : warning C4018: '<' : signed/unsigned mismatch
..\ras_ftg.cc(1760) : warning C4018: '<' : signed/unsigned mismatch
..\ras_ftg.cc(1765) : warning C4018: '<' : signed/unsigned mismatch
..\ras_ftg.cc(1884) : warning C4018: '<' : signed/unsigned mismatch
..\ras_ftg.cc(1889) : warning C4018: '<' : signed/unsigned mismatch
..\ras_ftg.cc(1915) : warning C4018: '<' : signed/unsigned mismatch
..\ras_ftg.cc(1953) : warning C4018: '<' : signed/unsigned mismatch
ras_gif.cc
z:\prog\obrazky\final\src.cpp\atoms\include\std_str.h(92) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
        D:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(207) : see declaration of 'strdup'
..\ras_gif.cc(171) : warning C4267: '=' : conversion from 'size_t' to 'unsigned short', possible loss of data
..\ras_gif.cc(177) : warning C4267: '=' : conversion from 'size_t' to 'unsigned short', possible loss of data
..\ras_gif.cc(263) : warning C4244: '=' : conversion from 'long' to 'unsigned short', possible loss of data
..\ras_gif.cc(278) : warning C4267: '=' : conversion from 'size_t' to 'unsigned short', possible loss of data
..\ras_gif.cc(309) : warning C4267: '=' : conversion from 'size_t' to 'unsigned short', possible loss of data
..\ras_gif.cc(325) : warning C4267: '=' : conversion from 'size_t' to 'unsigned short', possible loss of data
..\ras_gif.cc(349) : warning C4267: '=' : conversion from 'size_t' to 'unsigned short', possible loss of data
..\ras_gif.cc(416) : warning C4244: '=' : conversion from 'unsigned short' to 'unsigned char', possible loss of data
..\ras_gif.cc(1018) : warning C4018: '<' : signed/unsigned mismatch
ras_img.cc
z:\prog\obrazky\final\src.cpp\atoms\include\std_str.h(92) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
        D:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(207) : see declaration of 'strdup'
..\ras_img.cc(161) : warning C4309: '=' : truncation of constant value
..\ras_img.cc(719) : warning C4267: '=' : conversion from 'size_t' to 'unsigned short', possible loss of data
..\ras_img.cc(1986) : warning C4267: 'return' : conversion from 'size_t' to 'int', possible loss of data
..\ras_img.cc(3624) : warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data
..\ras_img.cc(3965) : warning C4267: '=' : conversion from 'size_t' to 'unsigned short', possible loss of data
..\ras_img.cc(4747) : warning C4267: '=' : conversion from 'size_t' to 'unsigned short', possible loss of data
..\ras_img.cc(4801) : warning C4267: '=' : conversion from 'size_t' to 'unsigned short', possible loss of data
..\ras_img.cc(4824) : warning C4267: '=' : conversion from 'size_t' to 'unsigned short', possible loss of data
..\ras_img.cc(4911) : warning C4267: '=' : conversion from 'size_t' to 'unsigned short', possible loss of data
..\ras_img.cc(5131) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
..\ras_img.cc(5368) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
..\ras_img.cc(5369) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
..\ras_img.cc(5424) : warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data
..\ras_img.cc(5432) : warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data
..\ras_img.cc(5457) : warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data
..\ras_img.cc(5465) : warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data
..\ras_img.cc(6106) : warning C4018: '<' : signed/unsigned mismatch
..\ras_img.cc(6110) : warning C4018: '<' : signed/unsigned mismatch
..\ras_img.cc(6114) : warning C4018: '<' : signed/unsigned mismatch
..\ras_img.cc(8783) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
        D:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(215) : see declaration of 'stricmp'
..\ras_img.cc(8959) : warning C4267: '=' : conversion from 'size_t' to 'unsigned char', possible loss of data
..\ras_img.cc(9006) : warning C4267: '=' : conversion from 'size_t' to 'unsigned char', possible loss of data
..\ras_img.cc(9228) : warning C4018: '>' : signed/unsigned mismatch
..\ras_img.cc(9231) : warning C4018: '<' : signed/unsigned mismatch
ras_jbg.cc
z:\prog\obrazky\final\src.cpp\atoms\include\std_str.h(92) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
        D:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(207) : see declaration of 'strdup'
..\ras_jbg.cc(34) : warning C4101: 'cnt' : unreferenced local variable
..\ras_jbg.cc(34) : warning C4101: 'len' : unreferenced local variable
..\ras_jbg.cc(38) : warning C4101: 'result' : unreferenced local variable
ras_jpg.cc
z:\prog\obrazky\final\src.cpp\atoms\include\std_str.h(92) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
        D:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(207) : see declaration of 'strdup'
..\ras_jpg.cc(148) : warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data
..\ras_jpg.cc(176) : warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data
ras_png.cc
z:\prog\obrazky\final\src.cpp\atoms\include\std_str.h(92) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
        D:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(207) : see declaration of 'strdup'
..\ras_png.cc(55) : warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data
ras_webp.cc
z:\prog\obrazky\final\src.cpp\atoms\include\std_str.h(92) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
        D:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(207) : see declaration of 'strdup'
..\ras_webp.cc(107) : warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data
..\ras_webp.cc(125) : warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data
..\ras_webp.cc(131) : warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data
..\ras_webp.cc(143) : warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data
..\ras_webp.cc(180) : warning C4267: 'return' : conversion from 'size_t' to 'int', possible loss of data
..\ras_webp.cc(201) : warning C4244: 'argument' : conversion from 'unsigned int' to 'float', possible loss of data
..\ras_webp.cc(249) : warning C4018: '<' : signed/unsigned mismatch
..\ras_webp.cc(283) : warning C4018: '<' : signed/unsigned mismatch
vecimage.cc
z:\prog\obrazky\final\src.cpp\atoms\include\std_str.h(92) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
        D:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(207) : see declaration of 'strdup'
z:\prog\obrazky\final\src.cpp\atoms\include\arith.h(231) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
z:\prog\obrazky\final\src.cpp\atoms\include\arith.h(234) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
..\vecimage.cc(1443) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
        D:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(207) : see declaration of 'strdup'
..\vecimage.cc(2115) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
..\vecimage.cc(2115) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
..\vecimage.cc(2119) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\vecimage.cc(2245) : warning C4244: 'argument' : conversion from '__int64' to 'int', possible loss of data
..\vecimage.cc(2248) : warning C4244: 'argument' : conversion from '__int64' to 'int', possible loss of data
..\vecimage.cc(2281) : warning C4244: 'argument' : conversion from '__int64' to 'int', possible loss of data
..\vecimage.cc(2284) : warning C4244: 'argument' : conversion from '__int64' to 'int', possible loss of data
Generating Code...
Creating library...
Results
  
Build log was saved at "file://z:\prog\obrazky\final\src.cpp\MSVC\x64\Debug\BuildLog.htm"
images - 0 error(s), 122 warning(s)